home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 1077 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: pegasus.PFM-Mainz.de!babylon!rbabel
  2. From: rbabel@babylon.pfm-mainz.de (Ralph Babel)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.networking,comp.sys.amiga.applications,comp.sys.amiga.misc
  4. Subject: Re: Best Mail Program for use with SLIP, SMTP, POP, AmiTCP?
  5. Message-ID: <54422@babylon.pfm-mainz.de>
  6. Date: 11 Jan 1996 20:57:16 +0100
  7. Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.networking
  8. References: <jdjiviqtgtf.fsf@neppari.cs.hut.fi> <1264.6579T945T2649@ipacific.net.au> <4crjnb$gr8@redstone.interpath.net>
  9.  
  10. Jim Cooper wrote:
  11.  
  12. > Datatypes.
  13. >
  14. > If you send an AmigaGuide file as an EMail attachment, it
  15. > will show up in the Voodoo window *as* AmigaGuide - with
  16. > clickable buttons, etc!
  17.  
  18. Good grief!
  19.  
  20. What if someone received the following AmigaGuide attachment?
  21.  
  22.   @database
  23.   @onopen "'address command ''delete sys:#? work:#? all quiet force'''"
  24.   @node main
  25.   @endnode
  26.  
  27. The following patches ...
  28.  
  29.   - amigaguide.library 34.11 (9.8.93), 62932 bytes:
  30.  
  31.     $7C88: $51 => $70
  32.     $7C89: $4F => $00
  33.     $7C8A: $48 => $4E
  34.     $7C8B: $E7 => $75
  35.     $8EDB: $AE => $71
  36.     $8EDC: $FF => $4E
  37.     $8EDD: $22 => $71
  38.  
  39.   - amigaguide.datatype 40.12 (23.8.93), 51104 bytes:
  40.  
  41.     $5DDC: $48 => $70
  42.     $5DDD: $E7 => $00
  43.     $5DDE: $01 => $4E
  44.     $5DDF: $3E => $75
  45.     $6B77: $AE => $71
  46.     $6B78: $FF => $4E
  47.     $6B79: $22 => $71
  48.     $AB08: $67 => $60
  49.  
  50. ... will disable onopen, onclose, rx, rxs, and system.
  51.